A katar made of a huge beast. Striked enemy can not recover from the made damage.
When the weapon's special ability activates by small chance, the target will receive a very dangerous wound, causing effects of Heal, Sanctuary, and Potion Pitcher effectiveness by 20%.
Some recovery items will have their effective reduced by 20%.
[ Refine Rate 9~10 ]
Then the recovery effects will have its effectiveness reduced by 40% instead of 20%.
Класс : Katar
Атака : 160
Вес : 145
Уровень Оружия : 4
Необходимый Lv. : 55
Доступно для : Assasin Cross
Улучшается : Да
Доп. информация:
ID : 1268
Цена у NPC : 10
Script :
{ if(getrefine() >= 9){ bonus3 bAutoSpell,"NPC_CRITICALWOUND",2,100; } else bonus3 bAutoSpell,"NPC_CRITICALWOUND",1,100; }
{
...if(getrefine() >= 9){
......bonus3 bAutoSpell,"NPC_CRITICALWOUND",2,100;
...}
...else bonus3 bAutoSpell,"NPC_CRITICALWOUND",1,100;
}